-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support workflow restrictions in actions_runner_groups #2559
Support workflow restrictions in actions_runner_groups #2559
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @bob-bins .
Please run "go generate ./..." and push the changes to the PR (we squash-and-merge all PRs) as described in CONTRIBUTING.md, and make sure to sign the CLA before we proceed.
f2daa05
to
7cbe67b
Compare
Codecov Report
@@ Coverage Diff @@
## master #2559 +/- ##
=======================================
Coverage 97.98% 97.98%
=======================================
Files 124 125 +1
Lines 10842 10875 +33
=======================================
+ Hits 10623 10656 +33
Misses 150 150
Partials 69 69
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
074a8a8
to
0461a6c
Compare
0461a6c
to
9d60210
Compare
@gmlewis I know the Contributors readme discourages force pushing, but I squashed and force-pushed when I corrected my commit signature. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @bob-bins !
Please make sure to run gofmt
on the this file and its test file, and push the results after making the tweaks below.
Co-authored-by: Glenn Lewis <[email protected]> Co-authored-by: Glenn Lewis <[email protected]>
e13492e
to
d184448
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @bob-bins !
LGTM.
Merging.
Fixes: #2558.